home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 6 (Reseller Edition)
/
Apple Ref. & Pres. Lib.v6.0.toast
/
pc
/
3-Presentations
/
Apple Demos
/
Training
/
Apple Scanner Training
/
Examples
/
background_4709.txt
< prev
next >
Wrap
Text File
|
1990-04-09
|
4KB
|
205 lines
-- background: 4709 from stack: in
-- bmap block id: 4993
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openStack
hide message box
hide menuBar
pass openStack
end openStack
on openCard
hide menuBar
end openCard
-- part 18 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=228 top=317 right=337 bottom=255
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Button
----- HyperTalk script -----
on mouseUp
visual dissolve slow to card
go to card id 4243 of stack "Selling Home Card"
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=289 top=317 right=338 bottom=427
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Examples
----- HyperTalk script -----
on mouseUp
set hilite of background button "Examples" to true
visual effect zoom open
go to card id 8927
end mouseUp
-- part 21 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=442 top=281 right=301 bottom=464
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next Card
----- HyperTalk script -----
on mouseUp
visual wipe right slow to card
go to next card
end mouseUp
-- part 22 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=406 top=281 right=302 bottom=428
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev Card
----- HyperTalk script -----
on mouseUp
visual wipe left slow to card
go to previous card
end mouseUp
-- part 25 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=451 top=3 right=42 bottom=491
-- title width / last selected line: 0
-- icon id / first selected line: 1004 / 1004
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
play harpsichord a4
global search
answer "Type of Search?" with "Browse" or "Automatic" or "Cancel"
if it is "Browse" then
visual wipe up slowly
go to card "Glossary" of stack "Glossary"
end if
if it is "Automatic" then
ask "Find Word?"
put it into search
if search is empty then
exit mouseUp
else
visual wipe up slowly
put "find search" into message box
hide message
go to card "Glossary" of stack "Glossary"
find word search in field "Text"
if the result is "not found" then
answer "Word not found." with "OK"
exit mouseUp
else
show card field id 13
wait 4 seconds
hide card field id 13
end if
end if
end if
end mouseUp
-- part 27 (button)
-- low flags: 00
-- high flags: 8004
-- rect: left=69 top=317 right=338 bottom=207
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Market Needs
----- HyperTalk script -----
on mouseUp
visual effect zoom open
go to card id 5306 of stack "Needs"
set hilite of background button "Market Needs" to true
end mouseUp
-- part 28 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=367 top=280 right=303 bottom=395
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Pop Card
----- HyperTalk script -----
on mouseUp
visual dissolve slow to card
go to card id 8927
end mouseUp
-- part 24 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=402 top=3 right=42 bottom=438
-- title width / last selected line: 0
-- icon id / first selected line: 1008 / 1008
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
doMenu "Print Card"
end mouseUp